Range: Make down/up keys act like down/up scrolls
authorDaniel Boles <dboles@src.gnome.org>
Mon, 1 Jan 2018 14:31:56 +0000 (14:31 +0000)
committerDaniel Boles <dboles.src@gmail.com>
Wed, 18 Apr 2018 17:36:55 +0000 (18:36 +0100)
commit45c8c8f93457fb7d793b3ba4182e57ede0aeabb7
tree44f3404d7a7eea82f527ef2a42123f4ec937d90f
parent6985dde3206fe0562ea7adbe18ae9acd77bff6a4
Range: Make down/up keys act like down/up scrolls

Before now, down/up keys on H Ranges would increase/decrease value resp,
which is unintuitive & worse, contradicts what we already do for scrolls

Fix simply by moving to the new should_invert_move() as scrolls just did
– which also gets us the other benefits explained in the last 2 commits.

https://bugzilla.gnome.org/show_bug.cgi?id=407242
https://bugzilla.gnome.org/show_bug.cgi?id=791802
gtk/gtkrange.c